home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Online / tcpdl / tcpdl.config < prev    next >
Text File  |  1997-10-17  |  734b  |  47 lines

  1. # tcpdl.config
  2. #
  3. # Any line with a hash (#) in column 1 will be treated as 
  4. # a comment and ignored.
  5. #
  6.  
  7. #
  8. # Specify the proxy server
  9. #
  10. #PROXY www-cache.demon.co.uk:8080
  11.  
  12. #
  13. # Specify the timeouts in seconds
  14. #
  15. #CONTIMEOUT 20
  16. #HTTPTIMEOUT 60
  17.  
  18. #
  19. # Specify the number of attempts for each file
  20. #
  21. #RETRIES 5
  22.  
  23. #
  24. # Files with a suffix specified in a command of the form:
  25. #
  26. #   IGNORE <suffix>
  27. #
  28. # will not be downloaded unless they appear explicity
  29. # in the urllist file.
  30. #
  31. # <suffix> may contain any printing characters except white 
  32. # space, and will be compared to the end of each URL.
  33. #
  34.  
  35. # ignore lha archives
  36. IGNORE .lha
  37.  
  38. # ignore zip archives
  39. IGNORE .zip
  40.  
  41. # ignore .wav sound files
  42. IGNORE .wav
  43.  
  44. # ignore MS-DOS executables
  45. IGNORE .exe
  46.  
  47.